home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl760 / scnp785j.lzh / EXAMPLE.PLT < prev    next >
Text File  |  1992-03-01  |  748b  |  40 lines

  1. clrdata
  2. clrplot
  3.  
  4. title Example Line Plot (press the ESC key to clear the plot)
  5. xlabel This is the x axis
  6. ylabel This is the y axis
  7. xstart 5
  8. xend 15
  9. xstep 1
  10. ygrid
  11. open data2.dat
  12. read 14
  13. read 12
  14. open data1.dat
  15. read 6
  16. close
  17. read 8
  18.   6  178     7  193      8  273   9.5 185
  19. 10.5  72     12.5 175   13.5 30    14 85
  20. symbols
  21. legend1 0.350000 0.940000 Data Set #1
  22. legend2 0.148000 0.853333 Data Set #2
  23. legend3 0.662000 0.863333 Data Set #3
  24. legend4 0.078000 0.256667 Data Set #4
  25. plot
  26.  
  27. curve
  28. symbols
  29. title Smooth Curve Plot
  30. symtype 1 1
  31. symtype 2 2
  32. symtype 3 3
  33. symtype 4 4
  34. legend1 0.082 0.7633 *_Data_Set_#1
  35. legend2 0.082 0.7100 *_Data_Set_#2
  36. legend3 0.082 0.6566 *_Data_Set_#3
  37. legend4 0.082 0.6033 *_Data_Set_#4
  38. plot
  39.  
  40.